home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / boxe1.swf / scripts / DefineButton2_495 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2006-06-13  |  176 b   |  12 lines

  1. on(keyPress "<Space>"){
  2.    if(eval("/:pos") == "0")
  3.    {
  4.       play();
  5.       tellTarget("/p")
  6.       {
  7.          gotoAndStop("block");
  8.          play();
  9.       }
  10.    }
  11. }
  12.